-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New line after table #1439
New line after table #1439
Conversation
There are some merge conflicts |
That is the issue with using a json file for all of the tests. Once one is merged all other PRs that add tests to that file will have a merge conflict. |
And also json has to escape quotes and such 🙄 |
Is this use case in the spec? |
Yes, our implementation was only wrong when there is an escaped pipe in the table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it works...This replaces a quadratic regex with a linear one so I am in favor.
Marked version: master
Markdown flavor: GitHub Flavored Markdown
Description
Fixes new line after a table removing last
|
Contributor
Committer
In most cases, this should be a different person than the contributor.